home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / m / asinh.man < prev    next >
Encoding:
Text File  |  1990-06-02  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ASINH            Mathematical Library Procedures            ASINH
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      asinh, acosh, atanh - inverse hyperbolic functions
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ##iinncclluuddee <<mmaatthh..hh>>
  13.  
  14.      ddoouubbllee aassiinnhh((xx))
  15.      ddoouubbllee xx;;
  16.  
  17.      ddoouubbllee aaccoosshh((xx))
  18.      ddoouubbllee xx;;
  19.  
  20.      ddoouubbllee aattaannhh((xx))
  21.      ddoouubbllee xx;;
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.      These functions compute the designated inverse hyperbolic
  25.      functions for real arguments.
  26.  
  27. EERRRROORR ((dduuee ttoo RRoouunnddooffff eettcc..))
  28.      These functions inherit much of their error from log1p
  29.      described in exp(3M).  On a VAX, acosh is accurate to about
  30.      3 _u_l_ps, asinh and atanh to about 2 _u_l_ps.  An _u_l_p is one _Unit
  31.      in the _Last _Place carried.
  32.  
  33. DDIIAAGGNNOOSSTTIICCSS
  34.      Acosh returns the reserved operand on a VAX if the argument
  35.      is less than 1.
  36.  
  37.      Atanh returns the reserved operand on a VAX if the argument
  38.      has absolute value bigger than or equal to 1.
  39.  
  40. SSEEEE AALLSSOO
  41.      math(3M), exp(3M), infnan(3M)
  42.  
  43. AAUUTTHHOORR
  44.      W. Kahan, Kwok-Choi Ng
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 12, 1986                          1
  64.  
  65.  
  66.  
  67.